Version

GetTags Method (DocumentTagAggregator<T>)

Returns all tags of type T from all providers that overlap or are contained by the specified snapshotSpans collection.
Syntax
'Declaration
 
Public Function GetTags( _
   ByVal spans As NormalizedSnapshotSpanCollection _
) As IEnumerable(Of ITagSpan(Of T))

Parameters

spans
A collection of spans over which the aggregator looks for overlapping or contained tags from all providers.

Return Value

ITagSpan<T>s for all tags from all providers that are contained by or overlap the spans.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also